home *** CD-ROM | disk | FTP | other *** search
/ WinDesk 95 - An MPC Encyclopedia / WinDesk 95 - An MPC Encyclopedia.iso / power / lstrial2.000 / lspak.exe / FTP.BAT < prev    next >
DOS Batch File  |  1995-09-08  |  617b  |  36 lines

  1. Cls
  2.  
  3. C:
  4. Cd\Ls
  5. Call Port%Node%.Bat
  6.  
  7. Set DSZLOG=C:\Ls\FTP%Node%.Log
  8.  
  9. Goto at%1
  10.  
  11. :atDownload
  12. If "%1"=="z" Goto TerboDown
  13. Gsz portx %Base%,%Irq% speed %baudrate% ha both s%2 %3
  14. Goto EndP
  15. :TerboDown
  16. Gsz portx %Base%,%Irq% speed %baudrate% ha both s%2 %3 -mrr
  17. Goto EndP
  18.  
  19. :atUpload
  20. %3:
  21. Cd%4
  22. If "%1"=="z" Goto TerboUp
  23. Gsz portx %Base%,%Irq% speed %baudreate% ha both restrict r%2
  24. Goto EndP
  25. :TerboUp
  26. Gsz portx %Base%,%Irq% speed %baudrate% ha both restrict r%2 -m
  27. Goto EndP
  28.  
  29. :EndP
  30. D:
  31. Cd\Ls
  32. If Not Errorlevel 1 Echo >>Ls_XFer.Ok Transfer completed OK...
  33. If ErrorLevel 1 Del Ls_XFer.Ok
  34. Exit
  35.  
  36.